index

Interactive Components

Linear Regression

https://oduerr.github.io/anim/lr#/data

Maximum Likelihood

See howto for tips.

Confidence Intervalls

library(animation)
ani.options(interval = 0.1, nmax = 100)
## 90% interval
conf.int(0.9, main = "Demonstration of Confidence Intervals")